The problem is pretty simple to create.
Create a Myeclipse Web project and create a source folder called /src/main/java
Start the webservice wizard and select “create new Java Bean”. The wizard will show source folder as java – and not /src/main/java. And it can’t find java packages inside it.
It is possible to do a workaround the first time you create a webservice if you delete the /src/main/java folder and create it from the wizard. The “Java source folder” dropdown will be empty but it will create the right files.