I\'ve been tasked to write a Java web service to integrate two disparate systems in our enterprise environment. Since I\'m actually an experienced C#.NET
There is problem in deployment of your ws module. U have just copied the whole folder from the MKyoung sample. I doesn't work that way around.
Not only that now display all the folders and files structure inside the ws module delete the rest of the modules from your post.I wanted only the structure of ws module.
The module name has to sample instead of com.mkyoung.ws and the structure for it has to be
**sample**
------WEB-INF
------index.jsp
WEB-INF
----classes
----web.xml
----sun-jaxws.xml
classes
----com
--------mkyoung
-----------ws
ws
-----Helloworld.class
-----HeloworldIMPL.class