SOAP Protocol

1 view
Skip to first unread message

Visu

unread,
Oct 15, 2005, 2:52:18 AM10/15/05
to .NetIndia
What is SOAP?
How SOAP is working?
Why it is important in ASP.NET?

BabuLives

unread,
Oct 15, 2005, 3:11:47 AM10/15/05
to .NetIndia
SOAP-Soap is Simple Object Access ProtoCol.

It can be called as a framework,provides xml format for data transfer
between applcation in network..Obviously because it is using XML format
it provides platform independent.

For Example Webservices use SOAP for accessing the webservice found in
internet..The webservices may be developed or running on any platform
even then it can be called from a windows platform.Not only in
Webservices it is also used in Remoting also..

The soap format is,

<?xml version="1.0"?>
<soap:envelope>
<soap:header>
---
---
--
</soap:header>
<soap:body>
-----
----
--Has info in XML format which fn to call
----
----
</soap:body>
</soap:envelope>


Regards,
Satheesh

BabuLives

unread,
Oct 15, 2005, 3:13:20 AM10/15/05
to .NetIndia
i have forget this important point..

A better way to communicate between applications is over HTTP, because
HTTP is supported by all Internet browsers and servers. SOAP was
created to accomplish this.


Regards,
Satheesh

Reply all
Reply to author
Forward
0 new messages