Hi Dim,
JSRs 222 (JAXB 2.0) and 224 (JAX-WS 2.0) are going into Mustang[1]. The
JAX-WS data binding facilities are built on JAXB, but I don't know what
differences there will be, if any, between the beans/xsd they'd generate
vs. what you'd get from the bundled xjc/schemagen. See the articles at
[1], particularly this one[2].
-- Ed
[1]
https://mustang.dev.java.net/
[2]
http://weblogs.java.net/blog/jitu/archive/2006/01/web_service_end.html
Dmitri Colebatch wrote:
> Thanks Ed - I'll give it a go. One of these such schems is the SOAP
> 1.2 schema which we have unfortunately already had to tweak to make it
> play happily with JAXB.
>
> On another note - I believe that the JAXB RI, along with generated
> SOAP schemas, are bundled with Tiger. Do you know what the
> implications of this are on situations like this, where I want to
> generate my own JAXB classes for the SOAP schemas?
>
> thanks,
> dim
>
[ ... ]