Description
javatowsdl generates duplicate schemas when @RequestWrapper does not contain namespace element. This is because JAXB found the wrapper request bean then generated a schem under the namespace specified in the wrapper bean. Then ReflectionServiceFactoryBean generated a schema again for wrapper under the namespace specificed by @RequestWrapper, in this case, @RequestWrapper does not have namespace, so it defaults to the package name.
see JaxwsServiceBuilderTest.testDocWrappedWithLocalName()