I have a WCF web service that is working fine. However there is one particular call that is failing - but only failing for certain users. The call is pretty simple - it is
In my case it was also with serialization. I need to add [KnownType(typeof(...)] for all the classes that could appear in the serialization.
[KnownType(typeof(...)]