views:

147

answers:

1

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.

A: 

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.

BrokeMyLegBiking