Why doesn't WCFTestclient understand standard EF objects but understands STE objects
When I try to consume a WCF service which expose operations that return standard EF objects I receive a warning on these operations. The warning states "This operation is not supported in the WCF Test Client because it uses type < EntityName >". The generated source code for the entities in my EF model contains ordinary C# classes, inherited from EntityObject and decorated with [EdmEntityType],[Serializable] and [DataContract] attribute. If I change the standard code generation process and instead produce Self Tracking Entities (STE) I receive classes which are also decorated with the