HiI've created a web service and placed it on my server. It works fine but when I try to reach it's wsdl file (it should be created automaticly) by going to the adress: http://localhost:8080/axis/services/myService?wsdl - all I can see is the error page "the page can not be displayed..." I think the reason is that both - the parameter and the result of the web service method - are not simple types. They are classes that were built by eclipse from xsd schema. I think the tool that is supposed to build the wsdl file on axis side is not prepared for such situations - how can I make it work? Please, help, it has to be possible to do that! ania
you need to check your logs - both server (tomcat or whatever) and
service (log4j) to really make that determination. since it's a generic
error page and not a soap fault i'd start by checking the server logs
(context not loaded? context not found? some exception thrown during
the init of your servlets/filters?)
Anna Krajewska wrote:
- Re: No WSDL file under http://localhost:8080/axis/services/... Ron Reynolds
- Re: No WSDL file under http://localhost:8080/axis/serv... Anna Krajewska
