RE: Has anybody seen this error if so do you know what is the problem ? Thanks !

2005-10-05 Thread Grossberger, Guenter



You need wsdl4j.jar in your 
classpath!

Best 
regards,--DI Günter 
GrossbergerConsultant 
Tel: +43 1 329 50 161Software AG Österreich Fax: +43 1 329 50 
171Guglgasse 7-9 GSM: 
+43 676 833 29 2611030 
Wien 
http://www.softwareag.com/austria


  
  
  From: Developer Developer 
  [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 05, 2005 
  3:49 AMTo: axis-user@ws.apache.orgSubject: Has anybody 
  seen this error if so do you know what is the problem ? Thanks 
  !
  javax.servlet.ServletException: Servlet execution threw an exception

  
  root 
  cause java.lang.NoClassDefFoundError: javax/wsdl/OperationType
	org.apache.axis.description.OperationDesc.clinit(OperationDesc.java:59)
	org.apache.axis.client.Call.addParameter(Call.java:960)
	org.apache.axis.client.Call.addParameter(Call.java:995)
	test.HelloWorld.callAdd12(HelloWorld.java:95)
	test.HelloWorld.doGet(HelloWorld.java:52)
	javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
	javax.servlet.http.HttpServlet.service(HttpServlet.java:802)

  


Has anybody seen this error if so do you know what is the problem ? Thanks !

2005-10-04 Thread Developer Developer
javax.servlet.ServletException: Servlet execution threw an exception


root cause java.lang.NoClassDefFoundError: javax/wsdl/OperationType
	org.apache.axis.description.OperationDesc.clinit(OperationDesc.java:59)
	org.apache.axis.client.Call.addParameter(Call.java:960)
	org.apache.axis.client.Call.addParameter(Call.java:995)
	test.HelloWorld.callAdd12(HelloWorld.java:95)
	test.HelloWorld.doGet(HelloWorld.java:52)
	javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
	javax.servlet.http.HttpServlet.service(HttpServlet.java:802)