-
Enhancement
-
Resolution: Done
-
Major
-
jbossws-cxf-4.0.1
-
None
wsprovide tool will generate wrong wsdl for this wrong jaxws annotated add method:
@SOAPBinding(parameterStyle = ParameterStyle.BARE)
public class Test {
@WebMethod
public int add(int a, int b)
{
return(a + b);
}
- is blocked by
-
JBWS-3448 Upgrade to Apache CXF 2.5.3
- Closed