In a C++ thread [1] Jean-Sebastien talked about having WSDL files automatically picked up by the C++ runtime instead of having to specify a wsdlLocation attribute somewhere in the SCDL. I'd really like the Java SCA runtime to also do this, do people agree or anyone have any concerns with that?
Something like having a specific folder like META-INF/wsdl and in there any resources ending with .wsdl get automatically loaded into the WSDL registry. And I guess this could be implemented with a Builder that gets run when a composite is loaded. Any comments or suggestions? ...ant [1] http://www.mail-archive.com/tuscany-dev%40ws.apache.org/msg06221.htm
