A question someone asked in 2008, about proxy-generation of client-side behaviors, I'd like to repeat. I want custom client-side behaviors, decorated as attributes on service contracts or operations, to be "acknowledged" by Visual Studio (or svcutil) when I execute "discover" on the add-service-reference dialogue. The result would be a proxy that already has the client-side behaviors (and assembly references) added automagically.
That feature still seems unavailable as of VS 2010 SP1. Does VS 2012 do that? Is there a 3rd party tool that does that?
p.s. To be clear, I am not asking about extending WSDL capabilities. I don't expect the above trick would ever work for that. I am talking strictly in the context of the "discover" button within Visual Studio's in-built proxy generation capability.