Hi there, I've a question for you. I'm fighting with wsdl and complex type. Once I succesfully deploy a service I can get the wsdl description direcly from the URL: http://localhost:<port>/axis/services/<service_name>?wsdl . That's fine, I can get the wsdl descripton. Since the service makes use of java beans as i/o params, The problem is that there is no description of complexe types.
Instead if I generate the wsdl from classes, the complexe type description is present. the question is: How can I get the complex type description even from URL ? thanks a lot. Guido Di Maio.