Why my WCF Service returns xml serialized objects?
- by user294554
Hi,
I'm new here and I hope anyonte can help me.
I have WCF Service and Windows Forms working with this client written in VB.NET. The Service class started to return xml serialized objects, but all my classes on Service side are DataContract-s and the service class is DataContractFormat. I googled everywhere about serializations and I couldn't find reason why it started to do that.
I checked my classes and service, app.config file, but I couldn't find anything.
I checked Reference.vb class, and it's System.Xml.Serialization.XmlElementAttribute everywhere.
The question may seem dummy, but I really don't know what to do. I just want to know what can cause the service to act like that.
Thank you.