UHC223,
We couldn’t replicate the issue at our end.
If you are creating a Web service project using New > Web Service project wizard, then you can select the JAX-WS 2.1 version from ‘JAX-WS version’ dropdown.(Take a look at the attached screenshot for your reference)
If you are trying to add JAX-WS 2.1 facet to a web project from Project Facets properties page, then you need to select/check JAX-WS facet and select the version from the dropdown which is beside the JAX-WS facet and click Apply and Ok.(Take a look at the attached screenshot for your reference)
If you are trying to add/upgrade JAX-WS version to a already created web service project, then you need to open the Navigator view (Window > Show View > Other > General) and find that there is a .settings folder under your project, expand it and then open the file “org.eclipse.wst.common.project.facet.core.xml”, and change ‘jst.jaxws’ version to 2.1 as shown below and save the file.
<installed facet=”jst.jaxws” version=”2.1″/>
If you are still seeing issues, can you please answer some more queries to help us investigate further :
1) Can you share your MyEclipse installation details from MyEclipe > Installation Summary > Installation details ?
2) Can you please clarify what exactly you are doing ? Can you please prepare a document with all the steps and screenshots in it, so that we could replicate the issue at our end ?
Let us know how it works for you.