Is it possible to make the auto-generated WSDL for a .NET web service include descriptions for certain data types if no web method returns that data type of takes that data type as a parameter?
I could just include a dummy webmethod that never gets called, but I'm looking for a less hacky way. Thanks!
Mike