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