I have not previously heard about any problem with Axis not generating *any* WSDL.  The first thing I'd check is that you're using the right URL to try to look at the WSDL:
http://localhost:8080/axis/services/YourServiceName?wsdl


I believe a common problem is omission of "services" from the URL.  Give it a try.


Nicholas Remy





Dario Di Minno <[EMAIL PROTECTED]>

03/23/2004 10:10 AM

Please respond to
[EMAIL PROTECTED]

To
[EMAIL PROTECTED]
cc
Subject
axis doesn't generate wsdl automatically





I wrote a doc/lit web service, I deployed it, but appending "?wsdl" to
the url of the service I can't get the wsdl;
I get a HTTP 500 error instead.

I've read that someone puts the wsdl file in the filesystem, but I'd
like axis to build it when I ask to do so.

Can you help me?
Dario



Reply via email to