| |
GeekInterview.com > Interview Questions > Web > SOAP
| Print | |
Question: Explain about SOAP with an example of Industry usage.
|
| March 03, 2007 15:44:30 |
#2 |
| Sujatars |
Testing Expert Member Since: December 2006 Total Comments: 206 |
RE: Explain about SOAP with an example of Industry usa... |
SOAP is a simple object access protocol,it is a protocol for exchanging xml based messages over network using HTTP.There are several different types of messaging patterns in SOAP, but by far the most common is the Remote Procedure Call (RPC) pattern, in which one network node (the client) sends a request message to another node (the server), and the server immediately sends a response message to the client.
Industry use of SOAP.WE use to use SOAP when one application developed in Java has to communicate to legacy based applications. |
| |
Back To Question | |