Did you copy Calculator.class to your web server's webapp dir?
.../axis/WEB-INF/classes/samples/userguide/example2

-----Original Message-----
From: Liu, C.C [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 31, 2002 11:10 AM
To: '[EMAIL PROTECTED]'
Subject: Calculator.java sample


Hi,

I installed axis alpha 3 and tried a simple given sample program
samples/userguide/examples/Calculator.java
The compiler worked fine but got run time error :

Not Found
at org.apache.axis.transport.http.HTTPSender.invoke(HTTPSender.java:474)
at org.apache.axis.SimpleTargetedChain.invoke(SimpleTargetedChain.java:104)
at org.apache.axis.client.AxisClient.invoke(AxisClient.java:178)
at org.apache.axis.client.Call.invoke(Call.java:1254)
at org.apache.axis.client.Call.invoke(Call.java:1113)
at org.apache.axis.client.Call.invoke(Call.java:1043)
at org.apache.axis.client.Call.invoke(Call.java:1069)
at org.apache.axis.client.Call.invoke(Call.java:674)
at Calc_Jws.main(Calc_Jws.java:81)

The axis.jar is on the classpath, what would be the possible reason and
solution to it?
Any info are appreciated.

        C.C. Liu

Reply via email to