No WSDL file under http://localhost:8080/axis/services/myService?wsdl
Hi
I'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