Just wanted to note what looks to be an interesting book on SOA related design patterns
http://www.soapatterns.org/default.asp
Unfortunately the book won't be released until later this month but it's written by the editor of a leading SOA magazine so it looks like it is worth checking out.
I've been delving a fair bit into WCF lately and have been encountering enough gotchas that it is clear that it's time for me to resurrect my tech blog. My first post: an errant WCF Socket Exception which looks like a timeout due to the message is actually an exception caused by DBNull. You may have come across the above msg at some point in working with WCF. The socket connection was aborted. This could be caused by an error processing your message or a receive timeout being exceeded by the remote ......