Yes, I got this message on the server side. But the problem happened
at the client side when it excuted Call.invoke().
Thank you for the response, any other thoughts?
C.C. Liu
-----Original Message-----
From: Lawrence Lourduraj [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 31, 2002 11:48 AM
To: [EMAIL PROTECTED]
Subject: Re: Calculator.java sample
Seems like the endpoint URL (e.g.
http://localhost/axis/servlet/AxisServlet) is not active. If you type this
URL in a browser you shoud see "Hi there, this is an AXIS service!"
message.
Regards
"Liu, C.C" <[EMAIL PROTECTED]> on 01/31/2002 11:09:37 AM
Please respond to [EMAIL PROTECTED]
To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]>
cc:
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