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 is the state management in asp.net?
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
What is the difference between visual basic and asp.net?
What are cao and sao.
What is the use of mcommand ? mcommand.fill(ds,"orderdetails");
How to count the number of objects present in a web page? How to count the number of radio buttons in a web page?
what is client-server architecture in .net? and what is 3-tier architecture?
What is asp net theme?
How do you use viewstate?
how to retrieve data using web services in asp.net pls give me the code and explain me briefly
To which side ( server ? client) does the user input data validation occur? Explain the reasons for it?
What is localization and Globalization?