Here I describe REST services, which are relevant for SOA.
Define REST services.
REST means Representational State Transfer. REST services don’t have a individual contract, but use the HTTP protocol as a unified contract (over HTTP methods like GET and PUT). REST services can be shaped through service orientation.