I generate some WebServices out of some existing wsdl
I use Maven to do this but some webservices are generated with
@SOAPBinding(parameterStyle = SOAPBinding.ParameterStyle.BARE)
and the others with
@SOAPBinding(parameterStyle = SOAPBinding.ParameterStyle.WRAPPED)
Jaxb or xjc does this automatically ? because i do not have any differences in the wsdls...
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…