I\'ve been going round this for a while now and I can\'t figure out why I can use the config to add references to known types, or how to go about debugging it.Any pointers might save my sanity.
This has been resolved This is a contract I\'m unable to get from a service call: [DataContract] public class myInitializationData : ClientInitializationData
I\'m trying to specify a known type in my config, but I\'m having problems with the fact that it derives from Object. I can make it work specifying the known type via attribute.But in this case I need
i am using third party classes in my service, so i cant edit them. third party [Serializable] Class B : E
We have just found we are getting “framing errors” (as reported by the WCF logs) when running our system on some customer test machine.
I have a service that returns an array of animal but the list can contain cats, dogs, etc, which all extend animal. I know I need to use either the KnownType or ServiceKnownType attribute, and on the
I am using a third party web service that offers the following calls and responses http://api.athirdparty.com/rest/foo?apikey=1234
I am having difficulty understanding how to exactly go about adding known types; for WCF, from a configuration file that is external to my wcf.I found an example of how to set the configuration file u