You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by bu...@apache.org on 2003/05/22 12:34:43 UTC

DO NOT REPLY [Bug 18877] - No service is available at this URL

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18877>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18877

No service is available at this URL





------- Additional Comments From christian.bonami@post.be  2003-05-22 10:34 -------
I've got a similar problem with Tomcat 4.1.24 on W2K and Axis 1.1 rc2.
The problem is URL encoding.

When I try to connect the axisservlet like this:

http://localhost:8080/ARS/services/Echo?wsdl
or like this:
http://localhost:8080/ARS/services/Echo ?wsdl
it doesn't find anything. 

However, when I try this:
http://localhost:8080/ARS/services/Echo%20?wsdl
(as a matter of fact, this is the encoded url!!)
it works.

This reflects on the generated ServiceLocator-class. When I adapt the generated 
xxx_address variabele there (--> i.e. encode it properly), it works perfectly.