I am using an ant script to create a jar file that contains the session bean based rpc web service.
I am using an EJB 2.0 based session bean. I added on a javax.xml.rpc.Service derived interface and a Remote derived interface to the remote , home and bean classes. assembled them into a directory from which I would jar . Added the class files and libs. Used the ant task axis-java2wsdl to output the wsdl file into the META-INF/wsdl directory of the jar file. ( Example on the axis site , I think) Added a jaxrpc-mapping.xml . webservices.xml to the META-INF directory. jared it all up from the directory that I assembled it in and copied it to the deploy / farm directory. It works fine. I can see the service / wsdl and make calls on it. Hope this helps. Again this is an RPC / literal service. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880962#3880962 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3880962 ------------------------------------------------------- This SF.Net email is sponsored by: NEC IT Guy Games. How far can you shotput a projector? How fast can you ride your desk chair down the office luge track? If you want to score the big prize, get to know the little guy. Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
