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?

Thanks,
Ron

Reply via email to