InterviewSolution
| 1. |
What Is Soap And Wsdl? |
|
Answer» SOAP or SIMPLE Object Access Protocol is a XML-based protocol through which APPLICATIONS exchange INFORMATION over HTTP. XML requests are send by web SERVICES in SOAP format then a SOAP client sends a SOAP MESSAGE to the server. The server responds back again with a SOAP message along with the requested service. SOAP or Simple Object Access Protocol is a XML-based protocol through which applications exchange information over HTTP. XML requests are send by web services in SOAP format then a SOAP client sends a SOAP message to the server. The server responds back again with a SOAP message along with the requested service. |
|