Web Development
rest.txt
Associated article: SOA, Web Services, and RESTful Systems
Tags: Web Development
Published source code accompanying the article by Eric Bruno in which he examines representational state transfer, or "REST" for short -- a less restrictive form of SOA than Web services. Also see REST.ZIP.
SOA, Web Services, and Restful Systems
by Eric J. Bruno
Example 1:
<SOAP-ENV:Envelope xmlns:SOAP
ENV="http://schemas.xmlsoap.org/soap/envelope/">
<SOAP-ENV:Header>
some data here...
</SOAP-ENV:Header>
<SOAP-ENV:Body&...


