Simon Nash wrote: > > (cut) >>> anybody seen this? - this sounds like a real bug to me.. >>> >>> thx clemens >> I'm not sure that the support for jaxws annotations is ready and >> integrated in the build yet, although it may be pretty close. >> >> Raymond, it looks like you've been working on the interface-java-jaxws >> module recently, can you give us its status? >> >> Thanks. >> > I don't think the code in the interface-java-jaxws module is enough to > solve this problem. We also need the ability to generate a WSDL interface > at runtime from a Java interface containing JAX-WS annotations. (Our > current code for this uses Axis2, which doesn't understand JAX-WS > annotations.) The code we need would do the same as the JAX-WS tool > wsgen -wsdl, or the CXF tool java2wsdl, except that the processing would > be done at runtime and would generate WSDL to a stream instead of a file. > >>From a quick look at both these options, it looks like it would be > possible for the Tuscany runtime to call into code from either CXF or > the JAX-WS tools to do the generation. However, this wouldn't be using > any official APIs but would require a bit of copying and adapting the code > that is currently there. Of the two options, the CXF code seems rather > easier to work with. Also, since CXF is an Apache project, Tuscany could > contribute back to CXF any modifications we make to enable this. > > Before I launch into actually trying to get this working, does anyone > else have comments or suggestions on the general approach? > I'll take the lack of reaction as confirmation that I haven't missed any other obvious alternatives and it's worth my looking into how to use the CXF code to do this. More later...
Simon --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
