----- Original Message -----
From: "Mike Fecina" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, October 30, 2002 12:01 AM
Subject: deploying a .jws file as a web service - problems


> Hello,
>
> I am using Apache Axis 1.0 release with Tomcat 4.2.12.  Everything seems
> tobe working fine except, when I try to deploy Calculator.java as
> Calculator.jws in the appropriate directory, I get the following error
> when trying to visit the .jws page through the web:
>
> AXIS error
> No service is available at tihs URL
>
> However, when I do:
>
> http://mdf161.rh.psu.edu:8080/axis/Calculator.jws?wsdl, I get returned
> to me the right
> WSDL file.  What's going on?  How come Axis 1.0 doesn't recognize the
> fact that the jws is running at
> http://mdf161.rh.psu.edu:8080/axis/Calculator.jws?

because it is not smart enough to work out what is going on. I know, I was
the last person looking at that code, and I couldnt see an easy way to make
sure that whatever was at a .jws file was a service without asking for the
WSDL or actually making a request. odd but true. Feel free to fix
AxisServlet.doGet() and post the patches.

Reply via email to