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 are the difference between ASP and ASP.Net?

4 Answers   Accenture, Mphasis,


What is the difference between user control an custom control?

0 Answers  


What are the major differences between asp.net1.1 and asp.net 2.0?

8 Answers   CTS, Deloitte, Mphasis, Vison,


If we write return statement in finally block will it works fine or throws any error?

1 Answers   Patni,


Is oauth for authentication or authorization?

0 Answers  






What is the current version of asp.net?

0 Answers  


What are different types of directives in .NET ?

1 Answers  


Differentiate between authentication and authorization.

0 Answers  


Why do you use the app_code folder in asp.net?

0 Answers  


What is viewstate in asp net with example?

0 Answers  


can we store textbox and com components in viewstate?

4 Answers   Microsoft,


difference between writing connection string in web.config through connection string and appsettings

2 Answers   iSoft,


Categories