Is it possible to hide class inheritance in a web service WSDL? eg, is there an attribute I can add to a class so that all inherited fields/properties will appear directly on that class in the WSDL?
I have an existing web service and I would like to modify existing classes to inherit from each other, however I do not want to risk making any breaking changes to the WSDL.
My question is similar to this one only I do not need to hide the base class.