[XML-DEV Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: Elliotte Rusty Harold on Web Services


Re:  Elliotte Rusty Harold on Web Services
Hey Rich,

On Fri, Jan 31, 2003 at 11:57:43AM -0500, Rich Salz wrote:
> Oh, *that* piece.  Sometimes Bruce stretches to make his points, as in:
>     That's right. Those pesky firewalls prevent applications from
>     sending commands to each other, so SOAP lets vendors hide those
>     commands as HTTP so the firewall won't notice.
> 
> which is wrong.  SOAP over HTTP is architecturally no worse than HTTP 
> POST:  both are sending data and requesting that a server act upon it.

Bruce is right.  There's an important difference.

Consider these two examples;

POST some-uri HTTP/1.0
Content-Type: application/xml
[blank line]
<number>3<number>

and

POST some-uri HTTP/1.0
Content-Type: application/xml
[blank line]
<add>
<number>3<number>
</add>

In the former, the data that is sent is just data, not a request for
action.  POST is the action.  If it were sent with HTTP PUT, it would
mean something entirely different.

In the latter, the meaning of POST is discarded and replaced with "add".
If it were sent with HTTP PUT, the expectation would be that the same
thing would happen as if it were sent with POST.

HTTP messages only need one method.

And to Mike's question; I used to develop software in a Web-services
like manner, with DCE/CORBA/RMI/etc..  Then I learned a better way.

MB
-- 
Mark Baker.   Ottawa, Ontario, CANADA.        http://www.markbaker.ca
Web architecture consulting, technical reports, evaluation & analysis

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
 

Stylus Studio has published XML-DEV in RSS and ATOM formats, enabling users to easily subcribe to the list from their preferred news reader application.


Stylus Studio Sponsored Links are added links designed to provide related and additional information to the visitors of this website. they were not included by the author in the initial post. To view the content without the Sponsor Links please click here.

Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.