Page 1 of 1
About Question enthuware.oce-ejbd.v6.2.536 :
Posted: Wed Jan 15, 2014 11:35 am
by romeo.frenksen
Could you please clarify whether this webservices question matches the ejb certification goals?
Re: About Question enthuware.oce-ejbd.v6.2.536 :
Posted: Wed Jan 15, 2014 11:57 am
by admin
Yes, some candidates have reported getting a question on this aspect i.e. how to expose a bean as a web service.
HTH,
Paul.
Re: About Question enthuware.oce-ejbd.v6.2.536 :
Posted: Thu Apr 24, 2014 7:44 pm
by evefuji
The public methods of WebService class will not be exposed as WebMethods?
Re: About Question enthuware.oce-ejbd.v6.2.536 :
Posted: Sat Apr 26, 2014 10:18 am
by admin
All public methods will be exposed if none of the methods is annotated with @WebMethod but the bean itself is annotated with @WebService.
HTH,
Paul.