How do SOAP and REST relate?
How do SOAP and REST relate?
When you register, you'll begin receiving targeted emails from my team of award-winning writers. Our goal is to keep you informed on recent service-oriented architecture (SOA) and SOA-related topics such as integration, governance, Web services, Cloud and more.
Hannah Smalltree, Editorial Director
SOAP is a protocol, and REST is an architectural style. The SOAP
specification - at least versions 1.1 and 1.2 - do not prescribe which
architectural style to use, so can can be used within the constraints of
REST, or not. Prior to SOAP 1.1 though, SOAP could not be used RESTfully,
because SOAP faults were sent using the HTTP success code (200).
Practically everything that SOAP is used for today is not RESTful.
Dig Deeper
-
People who read this also read...
This was first published in July 2003