I assume that you are asking about era packaging because your web service also an EJB. If that is correct, all you really need to do is package the EJB class in a jar file and copy the jar file to server/xxx/deploy. Then you should be able to view the web service using http://localhost:8080/jbossws/services.
Also, see the documentation at http://jbws.dyndns.org/mediawiki/index.php?title=JBossWS View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4139869#4139869 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4139869 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
