Hi, 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. Is this configuration option unsupported for JAX-WS + JAXB, or is this a bug? Cheers, Valdemar
