Hello All! How to customize the wsdl attributes for methdos with annotations?
With @XmlElement(rquired=true) I managed to change minOccurs in wsdl for class properties (mapped to complex type). I'd like to do the same with method parameters using annotations. Is it possible? Thanks in advance! Cesar.
