hi all I am a newcomer to axis. I was trying an example to deploy a java file as a web service and invoke it. I found one on this site :
http://www.onjava.com/pub/a/onjava/2002/06/05/axis.html?page=2 This has the step by step procedure. In step 2 while running the command java org.apache.axis.wsdl.Java2WSDL -o fib.wsdl -l"http://localhost:8080/axis/services/fibonacci" -n urn:fibonacci -p"fibonacci" urn:fibonacci fibonacci.Fibonacci i get an error which says that java.lang.ClassNotFoundException: fibonacci.Fibonacci Can someone please spare some time and help me out in this. bye dj
