appercel
2011-06-09 13:54:28 UTC
Historic:
- I've installed NetBeans 7.0, and the SOAP Web Services plugin.
- I've created a Java Library project in NetBeans 7.0.
- I've added a new Web Service Client.
When I look at the java code generated by the wsimport tool, I can see the following comment:
/**
* This class was generated by the JAX-WS RI.
* JAX-WS RI 2.1.2-b05-RC1
* Generated source version: 2.1
*
*/
I would like that wsimport uses JAX-WS 2.2 instead. How can I do that ?
- I've installed NetBeans 7.0, and the SOAP Web Services plugin.
- I've created a Java Library project in NetBeans 7.0.
- I've added a new Web Service Client.
When I look at the java code generated by the wsimport tool, I can see the following comment:
/**
* This class was generated by the JAX-WS RI.
* JAX-WS RI 2.1.2-b05-RC1
* Generated source version: 2.1
*
*/
I would like that wsimport uses JAX-WS 2.2 instead. How can I do that ?