This artifact is bit tricky. It is related to a few things: 1) Generate the Java interface from a WSDL portType and vice versa following the JAX-WS mapping rules 2) Generate the Java SDO types from a XSD (inline or referenced by the WSDL) and vice versa following SDO mapping rules 3) The tools will be mostly used by SCA users to deal with web services or other WSDL-contracted implementations/bindings using SDO. 4) AFAIK, the tools are used by some of the SCA modules such as implementation.bpel for testing
Unless we can find a better place, I'm fine to leave it as-is under sca/tools/sdo. Thanks, Raymond From: ant elder Sent: Tuesday, February 10, 2009 3:07 AM To: [email protected] Subject: Moving the SDO WSDL tools out of the SCA build I'd like to move the SDO WSDL tools which are currently at: https://svn.apache.org/repos/asf/tuscany/java/sca/tools/sdo/ somewhere else so they not part of the Tuscany/SCA project build. Last week I changed them so they no longer depend on the Tuscany runtime code so now the only SCA dependency they have is the SCA API. Any one have any comments on this or feelings on where to put them? ...ant
