| Sign In/My Account | View Cart |
| Weblog: | Web Services, Weblogs and the Future. | |
| Subject: | Use SOAP | |
| Date: | 2003-05-26 11:59:18 | |
| From: | anonymous2 | |
|
Response to: Use SOAP
|
||
|
SOAP is a useless waste of time and a wonderful example of NeedlessComplexity. Use HTTP. What else needs to be done besides GETting data, POSTing new data, PUTing changed data and DELETEing dead data? Focus on clean resource-space identifiers [URIs] and meaningful XML blocks. Then, DO NOT wrap them in an XML-RPC or SOAP noise. Just use the data. Focus on getting the existing tools [Mozilla, IE, Opera] to deal with authentication and POST/PUT correctly, rather than creating a whole set of tools. We have a good protocol [http] and a simple way to describe data-languages [xml] -- let's use them. |
||
Showing messages 1 through 4 of 4.
SOAP w/ RSS could be simpler then you think.| Showing messages 1 through 4 of 4. |
Creating a SOAP/RSS hybrid would simpler then most people think when document literal encoding is applied. (Most are familar with the RPC encoding which does have more overhead and issues particularly in this case.) Sam demonstrates that at the end of his essay. http://www.intertwingly.net/stories/2003/01/26/evolve.html#SOAP
Here is some additional reading on the matter:
http://www.intertwingly.net/blog/1112.html
http://www.intertwingly.net/blog/1010.html
http://www.snellspace.com/blog/archives/000127.html
SOAP does have its place. Wouldn't it be helpful to post to your weblog via an email message? (This assumes the client is handling the SOAP encoding of course.)