Wednesday, October 28, 2015

SOAP based Web Service

10/29/2015:

- SOAP(Simple object Access Protocol) is simple XML based protocol to let applications exchange information over HTTP(which is a Transport protocol)

- It has its own way of defining web service, it has its own standards.

- It is a communication protocol for communication between applications. Is a format for sending messages

- It is designed to communicate via internet

- SOAP is platform and language independent

- SOAP is based on XML

- It is simple and extensible. Allows you to get around Firewalls

- 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.

-


No comments:

Post a Comment