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 |
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?
How to store a dataset in a viewstate?
What will happen if the server confugration file and the application confugration file have different values for sassion state ASP.NET?
How Response.flush works in server.Execute
What a diffgram is, and a good use for one?
How do you open a page in a new window?
What are sql joins?
if i have 1000 records and i want to access 20 ata time from SQL server, what will be the query?
how to create textboxes dynamically and insert textbox text into sql database
What is the use of session state and application state and difference between them?
explain code with multi inhertance
Which two new properties are added in asp.net 4.0 page class?