Like every one else said it is definitely a classpath issue. After you deploy a webservice using the admin client or paste the deployment info on server-config.wsdd, If the service doesn't show up on the /axis/services/ - axis can throw exception that is not captured in the server's log files. But a stack trace can be seen on a file called localhost-{currentDate}.txt on the same directory as the server log file.
The exception only shows up when you try to see the list of services. I have to had to deal with this kind of problem a lot. Vijai Mohan Software Design Engineer SensorLogic│M2M made easy. 972-934-7375 x 2111 972-934-7376 (fax) [EMAIL PROTECTED] www.Sensorlogic.com -----Original Message----- From: Anand Natrajan [mailto:[EMAIL PROTECTED] Sent: Sunday, August 01, 2004 6:45 AM To: [EMAIL PROTECTED] Subject: RE: Classpaths for WSDD Things to try: 1. Instead of deploying with the AdminClient tool, try this. Edit Axis's server-config.wsdd file (in axis.war/WEB-INF). Check if the XML snippet for your deployment is actually part of server-config.wsdd. If it's not there, that's a problem, perhaps with AdminClient or the way you're calling it. 2. If it's there, remove that snippet. Then edit your deploy.wsdd and simply copy-and-paste that snippet from deploy.wsdd into server-config.wsdd. Restart Axis and see if your service shows up. If it doesn't, it's a problem with your service. 3. Check axis.war/WEB-INF/lib. Does any one of the jars there contain your class? If not, ah, your class can't be found. Dump a jar with your class in there. Anand On Fri, 30 Jul 2004, rory galvin wrote: : : Im having the same trouble Suzy. Even though the Admin client is telling : me that the web service has been deployed its not appearing as a deployed : web service. If you have any joy finding out what the problem is let me : know... : : >From: "Suzy Fynes" <[EMAIL PROTECTED]> : >Reply-To: [EMAIL PROTECTED] : >To: <[EMAIL PROTECTED]> : >Subject: Classpaths for WSDD : >Date: Fri, 30 Jul 2004 15:28:57 +0100 : > : >Hi, : > : >I'm trying to deploy my wsdd file and have been having trouble. I can : >view the current list of deployed webservices in axis from the main page : >but when I tried deploying my deploy.wsdd, after running the adminclient : >on it, the page is just blank from "And now some web services" down. : >Does anyone have any idea what where I might be going wrong???I have a : >feeling it's a classpath thing. : > : >This is the wsdd file im deploying : > : ><deployment xmlns="http://xml.apache.org/axis/wsdd/" : > xmlns:java="http://xml.apache.org/axis/wsdd/providers/java"> : > <service name="BankModulusCheck" provider="java:RPC"> : > <parameter name="className" value="BankModulusChecker"/> : > <parameter name="allowedMethods" value="*"/> : > </service> : ></deployment> : > : > : >Thanks! : >Suzy : : ____________________________________________________________________________ _____ : Add photos to your messages with MSN 8. Get 2 months FREE*. :