Hi Martin! Thanks for your reply.
The stock quote web service works fine. I've already deployed web services that I wrote myself and they worked fine, too. But now I changed the package structure of one of my webservices from packe servJava to package de.dilis.servman.servJava (it's deeper and more widespread now). When I deploy my web service in the package servJava it works fine. But the web service in the new package de.dilis.servman.servJava does not work. Besides the package hierarchy I only changed the name of my web service but nothing else. Is it a problem, that the package hierarchy is bigger now? Or where else could be the problem? I don't have any clue, because I even don't get an answer besides the "Done processing" of the deployment. The web service simply does not appear in the server-config.wsdd.... Thanks for your help, Kerstin -------- Original-Nachricht -------- > Datum: Sun, 24 Sep 2000 10:57:53 -0400 > Von: "Martin Gainty" <[EMAIL PROTECTED]> > An: [email protected] > Betreff: Re: web service is just not there after deployment > from > $AXIS_1_3_HOME\samples\stock > java > org.apache.axis.client.AdminClient > -lhttp://localhost:8080/axis/services/Adm > inService deploy.wsdd > > Processing file deploy.wsdd > <Admin>Done processing</Admin> > > view $CATALINA_HOME/webapps/axis/WEB-INF/server-config.wsdd > > you should see StockQuoteService deployed > > please confirm > > Martin-- > ----- Original Message ----- > From: "Kerstin Bauer" <[EMAIL PROTECTED]> > To: <[email protected]> > Sent: Monday, September 24, 2007 9:36 AM > Subject: web service is just not there after deployment > > > > Hi all! > > > > I suppose, this ist a simple question but I don't know how to solve this > problem... > > > > I've written some web service and everthing worked fine so far. Now I've > generated a new project (in Eclipse) where all my web services are in a > specific package structure (I changed a few names, too), which is more > deeper than the old project. > > > > The problem I'm facing now is, that the deployment doesn't work any > more. > > I' using the command > > > > java -cp $AXISCLASSPATH > org.apache.axis.client.AdminClient > -lhttp://localhost:8080/axis/services/Adm > inService deploy.wsdd > > > > on the command line in the directory where my deploy.wsdd is located. > The > answer from in the command line window is > > > > Processing file deploy.wsdd > > <Admin>Done processing</Admin> > > > > So everthing seems fine. > > But: The web service I just deployed is not present in the > server-config.wsdd! And I don't understand why. > > > > The only thing I changed was the name and the package structure but I > reviewd everthing serveral times but everything seems correct... > > > > Does anybody know, why I get the answer "Done processing" but the web > service is not present? Any hints, where and what the problem might be? > > > > Thanks in advance! > > > > Kerstin Bauer > > > > -- > > Der GMX SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen! > > Ideal für Modem und ISDN: http://www.gmx.net/de/go/smartsurfer > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] -- GMX FreeMail: 1 GB Postfach, 5 E-Mail-Adressen, 10 Free SMS. Alle Infos und kostenlose Anmeldung: http://www.gmx.net/de/go/freemail --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
