SOAP Interview Question and Answers

SOAP (Simple Object Access Protocol) is XML based messaging protocol. It provides data transport for web services. It is platform- and language-independent. SOAP is the XML way of defining what information is sent and how. SOAP is analogous to RPC (Remote Procedure Calls), used in many technologies such as DCOM and CORBA, but eliminates some of the complexities of using these interfaces.

Scroll to Top