On 8/22/06, ant elder <[EMAIL PROTECTED]> wrote:
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
Hi Ant My only concern would be versioning, i.e. are we sure we can auto-load WSDL and make sure we are applying the right versions to the right services. Maybe this is a justification for doing it, i.e. if auto-loading is adopted we can point out redefinitions and name clashes within wsdl and xsd for a composite. Regards Simon
