what is soap?
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
Answer / prasanthi
soap is nothing but it is a protocol which is used for
webservices
Is This Answer Correct ? | 1 Yes | 0 No |
What are the difference between ASP and ASP.Net?
What is the difference between user control an custom control?
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?
Is oauth for authentication or authorization?
What is the current version of asp.net?
What are different types of directives in .NET ?
Differentiate between authentication and authorization.
Why do you use the app_code folder in asp.net?
What is viewstate in asp net with example?
can we store textbox and com components in viewstate?
difference between writing connection string in web.config through connection string and appsettings