You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Tore Halset <ha...@pvv.ntnu.no> on 2003/10/31 13:15:36 UTC

How to get generated wsdl

Hello!

I am integrating axis into an existing web-app. I have created several
services, by creating the server-config.wsdd manually. One of the services
are called "Distributor". The services are working, but I want to take a
look at the generated wsdl.

http://myserver/myapp/services/Distributor
"Hi there, this is an AXIS service!"

http://myserver/myapp/services/Distributor?wsdl
"Could not generate WSDL!
There is no SOAP service at this location"

How can I fix this problem?

 - Tore.