Hi,
I would appreciate if any one could help me solve this problem. I am trying to implement a simple webserive which is listed on axis user guide web page. I have copied the Calculator.jws to c:\Program Files\Tomcat 5.5\Webapps\axis folder.
I have the following jar files in my class path:
axis.jar,mail.jar,saaj.jar,log4j-1.2.8.jar,wsdl-1.5.1.jar,activation.jar,commons-logging-1.0.4.jar,jaxrpc.jar,commons-discovery-0.2.jar.
when I access
http://localhost:8080/axis/Calculator.jws I read there is a webservice here message.
When I access
http://localhost:8080/axis/Calculator.jws?wsdl I read the following error message:
---------------------------------------------------------------------------
Sorry, something seems to have gone wrong... here are the details:
Fault - Error while compiling: C:\Program Files\Apache Software Foundation\Tomcat 5.5\webapps\axis\WEB-INF\jwsClasses\calculator.java
AxisFault
faultCode: {http://xml.apache.org/axis/}Server.compileError
faultSubcode:
faultString: Error while compiling: C:\Program Files\Apache Software Foundation\Tomcat 5.5\webapps\axis\WEB-INF\jwsClasses\calculator.java
faultActor:
faultNode:
faultDetail:
{}Errors:Error compiling C:\Program Files\Apache Software Foundation\Tomcat 5.5\webapps\axis\WEB-INF\jwsClasses\calculator.java:
Line 1, column 7: class Calculator is public, should be declared in a file named Calculator.java
Line 0, column 0:
1 error
---------------------------------------------------------------------------
Please help me solving this problem. Also could please guide me how to execute the client for invoking this service ?
Thanks and Regards
Ayub