I copied the Calculator.java to be WEB-INF/Calculator.jws to test
the JWS functionality described in the documentation.
This error happened at client side when it tried to execute Call.invoke()
before reaching the server.
C.C. Liu
-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 31, 2002 11:16 AM
To: [EMAIL PROTECTED]
Subject: RE: Calculator.java sample
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