I just started using WCF and I already came to a project-altering issue. I created a service and put in reference in a webservice, but the every field in the webservice xml file comes with an ExtensionData field.
Example:

I don't want this. I need it to be only:

Is there a way to remove this field? Some different kind of serialization?
Tks