1 Reply Latest reply on Jul 20, 2006 5:49 AM by regi.qwerty

    Deployment Problem

    regi.qwerty

      Hi Everybody.

      I'm a Student and I'm trying to migrate my WSs from Tmcat+Axis to JBoss+JBossWS (for the WS-S implementation)

      I have read the user guide but I'm still having problems with the basic deploy operation.

      In Axis if I wanted to deploy a basic class like

      package miopackage;
      public class SalutoWS {
       public String saluto(String nome) {
       return "Ciao "+nome+"!";
       }
      }


      I create the WSDD file and i start the deployment.

      But how can i do in JBossWS?

      I follow the tutorial but I think that I'm making a sistematic mistake in the process...

      Somone can help me?

      (I'm only a student, excuseme for the stupid question :p )