On Friday, May 18, 2012 07:48:09 AM Ron Grabowski wrote:
> CXF generates a WSDL on-the-fly for my JAX-WS service that includes a
> schema element with a version attribute:
>
>
> <xs:schema targetNamespace="http://..." version="1.0">
>
> Can I set the version via an annotation somewhere on my @WebService
> interface so it's not always 1.0?
Doesn't look like it. I just looked at the JAXB XMLSchemaGenerator thing
that we end up calling and it specifically does:
schema.version("1.0");
Thus, an issue would likely need to be raised with JAXB folks.
--
Daniel Kulp
[email protected] - http://dankulp.com/blog
Talend Community Coder - http://coders.talend.com