[
https://issues.jboss.org/browse/AS7-2660?page=com.atlassian.jira.plugin.s...
]
Klaus Erber commented on AS7-2660:
----------------------------------
It generates only the following code:
//This constructor requires JAX-WS API 2.2. You will need to endorse the 2.2
//API jar or re-run wsdl2java with "-frontend jaxws21" to generate JAX-WS
2.1
//compliant code instead.
public PingServiceService(WebServiceFeature ... features) {
super(WSDL_LOCATION, SERVICE, features);
}
That don't compile under Java 6 only under Java 7
wsconsume command line tool: Option --target is ignored
-------------------------------------------------------
Key: AS7-2660
URL:
https://issues.jboss.org/browse/AS7-2660
Project: Application Server 7
Issue Type: Bug
Components: Web Services
Affects Versions: 7.0.2.Final
Reporter: Andreas Reimer
Assignee: Alessio Soldano
Priority: Minor
wsconsume always generates the same code regardless of the -t or --target switch
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira