Examples where SOAP is used - SOAP

Give examples where SOAP is used.

1. Different application running on different types of operating systems and using different technologies.
2. Example : To find company details, a SOAP request GetCompanyDetail() is sent to the server with the company id as the parameter. In response, details of company are returned via XML.

Give examples where SOAP is used.

Remote methods over multiple platforms and technologies are used with HTTP. SOAP is XML based protocol and platform-agnostic. Each application uses different technology. This may cause problems with proxy server and firewalls. SOAP is the solution for this situation.

Industries transport the request for finding best route and best cost price. So the application transfers a request to other similar services which uses SOAP.
What are Transport methods in SOAP? - SOAP
Application layer and transport layers of a network are used by SOAP. SMTP and HTTP are the valid application layer protocol uses as transport for SOAP......
Role of XML in SOAP - SOAP
XML is used as the common format for data in cross platform applications. This file is used for representing message for communication...
Elements that should be contained in SOAP message? - SOAP
The following are contained in SOAP messages: Envelope, Header, Body, Fault element......
Post your comment