Servlet &
JSP's are using HTTP protocol to send request and receive information.
Why can't use HTTP itself for web service too, why should i have to rely on
SOAP?
Using web service i can transfer data from one app to other app running in two different technologies, say
java app to .net app.
So why can't i use HTTP in web service, as i can send and receive information in java and .net using HTTP?
What is so speacial about SOAP, that we are using in webservice?
If encryption is the problem, i can very well use HTTPS right?
Here is what i read about SOAP, "SOAP provides a way to communicate between applications running on different operating systems, with different technologies and programming languages" Can't i achieve the same using HTTP?