[jboss-user] [EJB 3.0] - Re: EJB3 WebServices
Doug.Palmer
do-not-reply at jboss.com
Tue Sep 5 15:28:52 EDT 2006
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#3969564
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3969564
More information about the jboss-user
mailing list