Hi,
I have a .NET webservice, and derived versions of it.
My question is, in the derived versions, I have a method I want to hide(from WSDL and front page). I have tried overriding, marking it as obsolete, setting it as private and overriding, but still, the webservice attribute is still "having its way".
Is there any way to remove a method attribute on a derived method. Or any way to hide an method in the WSDL?
//Robin