SOAP is Dead?

Andrew Hallam | | 20 November 2006, 02:29

Mmm…may be a little premature to make that call, but it’s good to see the alternatives getting a run. Following on from my last post, here are some more links:

Nelson Minar tells us Why SOAP Sucks, based on his experience helping Google implement SOAP APIs.

Duncan Cragg’s is writing a 9 part series titled “The REST Dialogues”:

Part 1: Getting Data.
Part 2: Setting Data.

Comments [2] »

  1. Reading Nelson's piece it makes me think- if strongly typed message formats are bad for interop message formats, maybe strongly typed languages are bad as well.

    I really think that the whole SOAP mess is a result of having tool vendors on the standards boards- no interest in simplicity, and a lack of concern for the practical sorts of problems that occur when you want to make small changes...

    matt m21 November 2006, 01:06

  2. Matt,

    The strong typing issue is familiar. One example was a date value that was passed as a string type because the developers couldn't work out how to get two Microsoft SOAP toolkits to understand it.

    My interest is putting the simplicity back in the applications, and making them easy to change over time. I'm sure dynamic languages have role in this. Platforms like NetKernel take this one step further by treating code as just another cached resource. i.e. Even strongly typed Java code is automatically recompiled after a change.

    Other than that, only validate the parts of the XML document that you need and ignore the rest. :-)

    Andrew

    Andrew Hallam21 November 2006, 06:59

Commenting is closed for this article.

|

Powered by Textpattern | Tranquility White made TXP-ready by Textpattern Templates