An error occurred while receiving the HTTP response to
http://production/Services/AccountService.svc. This could be due to
the service endpoint binding no
I had that sort of error when I tried to send large data structures over a webservice. The type being marked as [Serializable], it passed compilation of the WCF web service and the corresponding client without problems. I removed that type, and it would answer just fine.