7 Replies Latest reply on Nov 11, 2008 4:28 AM by asoldano

    Samples? Tutorials? There is a lack of readable docs!

    eminil

      I've been looking into putting our wsdl files into a webservice using JBossWS on JBoss 4.2.3 but the docs are so bad i'm getting a headache!

      For example: http://docs.jboss.org/jbossas/getting_started/v4/html/ws.html
      There is no explanation AT ALL what the following does:
      ant -f jboss-build.xml package-ws
      ant -f jboss-build.xml deploy-ws

      I would like to put that into our own build script.

      So my questions are:

      1. From our wsdl files how do we exactly turn it into the java source files. Using wsdl2java yes, but need more info. What do we need to download to get it working on the computer we have installed JBoss on. What do we need to put in PATHS etc.

      2. When we have the java files... What do we do now? How do we package it? Can we package it with the rest of our EJB files that we put on the jboss server as an .ear?

      JBossWS seriously lack a good tutorial that has links to all referenced build scripts or files.