I've just noticed 2 errors in your code.
Firstly, you don't need the () after the @WebService and @WebMethod annotations.
Secondly, you don't need to import classes from a package that you are a member of.
So you need to remove the extra import statement from HelloBean.
Regards
Doug
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3969564#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...