NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Bigger better SOAP apps (Score:4, Insightful)
Re:Bigger better SOAP apps (Score:3, Informative)
One step forward would be to develop a RESTful API to sit alongside SOAP.
There are a lot of straw men inhabiting htis discussion, and "over the wire representation" is possibly the weakest one of them all.What's really at issue here isn't the over-the-wire representation of a message, the efficiency of a transaction, or the elegant purity of a solution. The crux of the issue is integration of the web. Non-RESTful uses lead ghettoization of information: a simple request that hides behind a POST API can't be integrated into the rest of the web proper. This is what Dan Connolly describes [w3.org] as the proliferation of N > 1 webs.
Reply to This
Parent