On Thursday 22 July 2010 2:28:05 pm jasonm wrote: > I'd like to use the @WSDLDocumentation annotation on individual parameters > in my web service methods. In some of my web service methods, I am > passing in and/or returning another class so I need a way to document the > fields in these classes as well. Currently it looks like only the web > service interface itself and the methods defined on this interface may > have the @WSDLDocumentation annotation, are there plans to include more > types?
It's not really something we can do. By default, the passed in stuff are all sent into JAXB to have the schema generated. It's not something we generate. Thus, until/unless JAXB has a way to generate comments or annotations in the schema that it generates, there really isn't much we can do. -- Daniel Kulp [email protected] http://dankulp.com/blog
