14 July 2003
My article on document versus RPC based web services has been posted on OSDN.
The key point of the article is to model your data separately from the applications processing that data. Increasingly, we should not attempt to predict the applications that will process our data. Hardwired, point-to-point interfaces are dead. Model your date separately to be self-describing.
As promised in the article, here is a link to the source code for the article.
Comments are welcome.