WCF and Document Literal vs. RPC Encoding
Document Literal vs. RPC Encoding is the big endian-little endian of connected systems. There has been a lot said about the differences (see reference section for details) however this post is about how elegant it looks in WCF. Traditionally we had two ways to represent them; As a web method [WebMethod] public int Add(int p1,…