I think I figured out the problem. I have 3 interfaces, all in their own jars and all are annotated with document/wrapper jax-ws classes checked into the jaxws folders.
Only one of the interfaces are exposed through CXF, however, the same web method name exists in all interfaces so the war classloader essentially has the same class (3 versions for the request/response). Question - Can I place the document/wrapper in a different class than jaxws? Is that possible and if so, how do you tell CXF/JAX-WS that the wrapper classes live in a different package....is that mainly through annotations on the service interface? Thanks, Jay -- View this message in context: http://cxf.547215.n5.nabble.com/How-is-the-wsdl-getting-generated-tp3371941p3372112.html Sent from the cxf-user mailing list archive at Nabble.com.
