SOAP faults on WSDL
Soap Faults are an important way to communicate to the consumer (SOAP Node) that something goes wrong. For each operation we can associate more than one fault message (0..N). Today (and probably on Visual Studio .Net 2005 too) we can't define the soap:fault content (message) to generate into the WSDL document from the code.
I hope (someday) to have some attribute (SoapFaultAttrinbute ?) that permits to define which soap fault to use in some circumstances. Is it a so bad idea ?