Answer Posted / 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 |
Post New Answer View All Answers
What's the ASP.Net Application life cycle?
If Instancing = Single use for ActiveX Exe, how will this be executed if there are 2 consecutive client requests ?
How do you implement sql caching in asp.net?
What are tuples?
What is preprocessor in .net?
What is the adavantage of using ASP.NET routing?
What is asp.net web pages?
What is an example of an application service provider?
Why do I get error message "could not load type" whenever I browse to my asp.net web site?
Is asp.net and .net are same or different?
What symbol specifies the beginning of a query string?
How to store checkbox value in database in asp.net mvc? : Asp.Net MVC
Why will you usually create an aspnet user account in the database for an asp.net web application?
Why SessionID changes in every request in asp.net?
What is mvc in asp.net interview question? : Asp.Net MVC