I have a WSDL file that follows the wrapped style naming convention. When I generate a new webservice from this WSDL services.xml has <style>document</style> rather than <style>wrapped</style> and the generated interface has SOAPBinding.ParameterStyle.BARE rather than SOAPBinding.ParameterStyle.WRAPPED.
I do not see an option to produce the wrapped style. I am using MyEclipse 5.1.1 with XFire JAXB2 xml binding.
Is there a way to produce code in the wrapped style when generated code using the top-down method?
Thanks