Hi all, I'm looking for any experiences and thoughts about best use of the <documentation> tag in WSDL.
In particular, I've noticed that if I use it in the <porttype> section of my WSDL, the text is copied as a comment into the interface Java source code, which is nice (though it would be even better if the comment was Javadoc-style rather than // ...). But <documentation> elements in the <types> section seem to be ignored in the generated Java files. What sections are worth putting <documentation> into? I'm thinking particularly for the benefit of code-generation tools (including but not limited to Axis). Thanks Keith
