ant elder 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


Yes, I suggest to allow the application developer to place WSDL files wherever he wants under his application instead of forcing a specifc META-INF/wsdl folder. Typically application developers will want to put related Cpp, Java, Wsdl and Xsd files together in a structure that makes sense to them as they are developing their application instead of spreading them across directories imposed by a runtime.

--
Jean-Sebastien


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to