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 is clr? Difference between clr & cts?
What is break mode?
What are the different session state management options available in asp.net?
How can you implement encapsulation in asp.net?
What is difference between cache and session?
Explain automatic memory management in .net.
What is dynamic web page with example?
Explain how viewstate is being formed?
How to make sure that contents of an updatepanel update only when a partial postback takes place (and not on a full postback)?
Can we use MSSql as backend in asp.net...if yes then How.?
Why is string called immutable data type?
How to bind all the binding controls in a page at once in ASP.NET?
Explain a program using razor view engine to create a simple application? : asp.net mvc
If you are using components in your application, how can you handle exceptions raised in a component?
Which type of state management is provided by Query String in ASP.NET?