[jboss-user] [JBossWS] - Re: Unmarshalling Exception with Web Service Array Input

alessio.soldano@jboss.com do-not-reply at jboss.com
Fri Oct 5 11:30:07 EDT 2007


JAX-WS requires a POJO or an EJB3 SLSB to be annotated with @WebService. If you need to stick with EJB 2.1 you're only choice is JAX-RPC http://jbws.dyndns.org/mediawiki/index.php?title=JAX-WS_User_Guide#EJB3_Stateless_Session_Bean_.28SLSB.29
Anyway you could have an EJB3 session bean ws layer exposing your ejb2 methods...

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4092072#4092072

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4092072



More information about the jboss-user mailing list