Thanks very much for your reply.
I used the information in your reply to search for more information and found this <a href="http://java.sun.com/developer/EJTechTips/2006/tt0429.html">"PORTING JAVA WSDP 2.0-BASED WEB SERVICES TO JAVA EE 5"</a> article.
<blockquote>
Also, you no longer need to package a web.xml file. If you don't provide the file, the platform will define a default one. However if you do provide it for packaging with the web service, you need to ensure that:
* The web.xml file points to the latest servlet schema:
This is important because annotation processing will happen only for applications that use Java EE5-based descriptors.
</blockquote>
[Message sent by forum member 'devguli' (devguli)]