Is there a way to have SvcUtil include the [XmlIgnore] attribute?
we need this attribute in our proxy classes (because we have Dictionaries that XmlSerialization does not like), but SvcUtil does not include these attributes in the generated proxies.
Is there a way to have SvcUtil include the [XmlIgnore] attribute?
we need this attribute in our proxy classes (because we have Dictionaries that XmlSerialization does not like), but SvcUtil does not include these attributes in the generated proxies.
I was not able to find an automatic way to do this. We just have had to put the tags on manually after creating the proxy.