Hi,
I'm starting in the web service world, and everything is new to me.
I hear a lot about "web services" protocol.
As per my understading, a web service uses the
SOAP protocol to send XML data over HTTP protocol.
I heard also that there are Rest web services, which do not use SOAP.
So I ask:
What is the standard transport protocol that is used by a web service?
TCP, UDP or what?
Also, does Rest web services use HTTP too?
And, does a web service work exactly the same way a HTTP "post" method works? What transport protocol does an HTTP post method use?