How SOAP is better over other protocol
>> Saturday, 16 June 2012
How SOAP is better over other protocol
Hello Friends,
Can Any one tell me what is SOAP and how it is better than other protocol.It would be also helpful for me if you could tell the working of the SOAP.
Hope someone will help me.
Thanks in Advance!
#2
10-12-2008
Allan.d
Member
Join Date: Mar 2008
Posts: 672
Re: How SOAP is better over other protocol
Hi Adit,
Here i have explain what is SOAP and where it is used:
SOAP stands for "Simple Object Access Protocol"
SOAP is a communication protocol
SOAP is for communication between applications
SOAP is a format for sending messages
SOAP is designed to communicate via Internet
SOAP is platform independent
SOAP is language independent
SOAP is based on XML
SOAP is simple and extensible
SOAP allows you to get around firewalls
SOAP will be developed as a W3C standard
#3
10-12-2008
Luther
Member
Join Date: Oct 2008
Posts: 134
Re: How SOAP is better over other protocol
Why SOAP?
It is important for application development to allow Internet communication between programs.
Today's applications communicate using Remote Procedure Calls (RPC) between objects like DCOM and CORBA, but HTTP was not designed for this. RPC represents a compatibility and security problem; firewalls and proxy servers will normally block this kind of traffic.
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.
SOAP provides a way to communicate between applications running on different operating systems, with different technologies and programming languages.
Microsoft and SOAP
SOAP is a key element of Microsoft's .NET architecture for future Internet application development.










0 comments:
Post a Comment