what is soap?

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


Please Help Members By Posting Answers For Below Questions

What is clr? Difference between clr & cts?

774


What is break mode?

613


What are the different session state management options available in asp.net?

613


How can you implement encapsulation in asp.net?

11690


What is difference between cache and session?

589






Explain automatic memory management in .net.

671


What is dynamic web page with example?

606


Explain how viewstate is being formed?

625


How to make sure that contents of an updatepanel update only when a partial postback takes place (and not on a full postback)?

616


Can we use MSSql as backend in asp.net...if yes then How.?

682


Why is string called immutable data type?

689


How to bind all the binding controls in a page at once in ASP.NET?

613


Explain a program using razor view engine to create a simple application? : asp.net mvc

589


If you are using components in your application, how can you handle exceptions raised in a component?

2171


Which type of state management is provided by Query String in ASP.NET?

653