On 4/8/07, Jarek Kucypera <[EMAIL PROTECTED]> wrote:
tathagata dasgupta wrote: Program 1 OrderPreocessingService - invoking wsdl failed throwing the exceptions below. WEB-INF/classes has the following +- sample +-- Order.class +- OrderProcess +-- holder +--- OrderHolder.class Program 2 AddFunction1Service - invoking wsdl http://localhost:8080/axis/services/OrderProcessingService?wsdl failed throwing the exceptions below. Can you please invoke "ls -R" command in the .war directory containing the axis/web services webapp and send me the output ? The ClassNotFoundException exception unambiguously points out the couse of your problem. J.K.
Thanks for your reply J.K. I got the problem fixed. The server-config.wsdd in the WEB-INF directory had the deployment description about this faulty OrderProcessingService written on it before description of other services deployed on the server. If I delete that XML code from the server-config.wsdd, other services are running fine. But though I have my own deploy.wsdd and undeploy.wsdd, why do I have to edit sever-config.wsdd? Am I doing it wrong somewhere? I going through the user-guide to get a better understanding. Moreover, I still cant figure out if there is any mistake in placing the classes. Here's my directory listing [EMAIL PROTECTED] axis.war]# ls Add2NumbersClient.java Calculator.jws fingerprint.jsp index.html MyService.wsdl SOAPMonitorApplet.java Add2Numbers.jws EchoHeaders.jws happyaxis.jsp index.jsp NHLService.jws StockQuoteService.jws Add2Numbers.wsdl fibonacci i18nLib.jsp localhost NHLService.jws~ WEB-INF [EMAIL PROTECTED] WEB-INF]# ls attachments classes jwsClasses lib server-config.wsdd server-config.wsdd~ users.lst web.xml web.xml~ [EMAIL PROTECTED] classes]# ls -R sample sample: holders Order.class OrderProcessingService.class sample/holders: OrderHolder.class Thanks in advance. -TDG
