After creating simple WCF service I've got strange errors (see below). Th issue was in the names of the response messages. I used the simple custom rule to name request and response messages (.NET DataContract classes): <OperationName>Request...(
read more)