Hi, A possible answer to my question?
Originally, to get rid of errors arising from the ant package-ws task (see Sec 5.2 of Getting Started Guide v 4) being unable to find org.jboss.axis.wsdl.Java2WSDL to create the WSDL file for the Duke's bank example, I copied axis. jar into the /lib directory of my server configuration. In addition to this, I edited the jboss-build.xml file that comes with the Getting Started Guide to look for org.apache.axis.wsdl.Java2WSDL rather than org.jboss.axis.wsdl.Java2WSDL. However, even though the wsdl ant command was now creating the WSDL file, the deploy command was failing at the JBoss AS side of things. (see error in initial post). So, I removed axis.jar from where I copied it, left the build file as it was and generated the WSDL file and deployed it successfully. It appears the error was with the build file (jboss-build.xml) in the first place. Has anyone else come across this? Is there another explanation? Many thanks, Claire View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880794#3880794 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3880794 ------------------------------------------------------- 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
