JAX-WS + JAXB does not honor the service factory isAnonymousWrapperTypes() flag
-------------------------------------------------------------------------------
Key: CXF-1930
URL: https://issues.apache.org/jira/browse/CXF-1930
Project: CXF
Issue Type: Bug
Components: JAXB Databinding
Affects Versions: 2.1.3
Reporter: Valdemar Mejstad
I'm having trouble getting JAX-WS with JAXB databinding to work with the
configuration option for using anonymous wrapper types:
JaxWsServerFactoryBean serverFactory = new JaxWsServerFactoryBean();
// set address, service class etc...
serverFactory.getServiceFactory().setAnonymousWrapperTypes(true);
serverFactory.create();
Doing this doesn't result in the expected results (there are still separate
named complex types besides the elements in the WSDL).
It seems to work fine with the simple frontend + aegis databinding.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.