Using Svcutil to create proxy class does not include XmlIgnore attribute
        Posted  
        
            by BrokeMyLegBiking
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by BrokeMyLegBiking
        
        
        
        Published on 2010-05-04T18:01:05Z
        Indexed on 
            2010/05/11
            20:14 UTC
        
        
        Read the original article
        Hit count: 382
        
Is there a way to have SvcUtil include the [XmlIgnore] attribute?
we need this attribute in our proxy classes (becuase we have Dictionaries that XmlSerialization does not like), but SvcUtil does not include these attributes in the generated proxies.
© Stack Overflow or respective owner