]
Jim Ma edited comment on JBWS-2843 at 2/29/12 5:35 AM:
-------------------------------------------------------
This issue in jbossws-cxf is resolved in CXF:
. CXF will print warning message and
generate bare style wsdl.
was (Author: jim.ma):
This issue is resolved in CXF:
wsprovide tool does not check the annotation and method signature
-----------------------------------------------------------------
Key: JBWS-2843
URL:
https://issues.jboss.org/browse/JBWS-2843
Project: JBoss Web Services
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: jbossws-cxf, jbossws-native
Affects Versions: jbossws-cxf-4.0.1, jbossws-native-4.0.1
Reporter: Jim Ma
Assignee: Jim Ma
Fix For: jbossws-cxf-4.0.2, jbossws-native-4.0.2
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);
}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: