Can anyone help me? I am getting the following message when I tried to execute the client by the following command.
D:\tomcat\webapps\axis\WEB-INF\classes>java -cp %AXISCLASSPATH% com.javasrc.webservices.age.AgeServiceClient -l http://localhost:8080/axis/services/AgeService "Steve" 33 log4j:WARN No appenders could be found for logger (org.apache.axis.i18n.ProjectR esourceBundle). log4j:WARN Please initialize the log4j system properly. Exception in thread "main" java.lang.NoClassDefFoundError: javax/wsdl/OperationT ype at org.apache.axis.description.OperationDesc.<clinit>(OperationDesc.java :59) at org.apache.axis.client.Call.addParameter(Call.java:968) at org.apache.axis.client.Call.addParameter(Call.java:1003) at com.javasrc.webservices.age.AgeServiceClient.main(AgeServiceClient.ja va:36) Amit Jha --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
