2 Replies Latest reply on Feb 10, 2005 4:30 AM by astrachanschaf

    Chapter 12: Web Service example problems

    astrachanschaf

      Hi! I am totaly new to JBoss and I'm trying to get through the WebService example in chapter 12 of the documentation.

      When I try to create the *.wsdl file and mapping.xml file using the command line

      wscompile -classpath $CLASSPATH -gen:server -f:rpcliteral -mapping mapping.xml config.xml
      


      I only get several error messages. The tool wscompile doesn't even know the option "-mapping" and it also has no idea what feature "rpcliteral" should be.

      Could anyone explain what I forgot?