|
| Web Development |
 SOAP
SOAP is a simple XML based protocol to let applications exchange information over HTTP.>br> 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. Hence our experts make use of SOAP to accomplish this.
|
|
|