|
Replies:
3
-
Last Post:
Nov 25, 2008 12:06 AM
by: Felipe Gaúcho
|
|
|
|
|
|
|
comments in generated WSDL
Posted:
Nov 23, 2008 2:31 AM
|
|
|
Hi,
I would like to insert comments in the WSDL generated by JAXWS. Is it possible to do that? I did not find any annotations that would do the trick.
thank you
sebastien
|
|
|
|
|
|
|
Re: comments in generated WSDL
Posted:
Nov 24, 2008 2:19 AM
in response to: sebven1982
|
|
|
hello well i found one solution to this problem
you can store the generated files in WEB-INF/wsdl folder and insert the comments manually. in the webservice you point to that updated WSDL via the @WebService wsdlLocation attribute
JAXWS will no more generate a WSDL. it will use my own wsdl and xsd files.
for future release of JAX-WS it would be nice to have a comment or documentatiob annotation so that comments can be added on the fly when the WSDL is generated.
regards
Sebastien
|
|
|
|
|
|
|
|
Re: comments in generated WSDL
Posted:
Nov 25, 2008 12:06 AM
in response to: whitfordny
|
|
|
> I am aware of an extension for JBossWS ...
and then the por^tability is over and you fall down in the proprietary traditional trap 
--------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@metro.dev.java.net For additional commands, e-mail: users-help@metro.dev.java.net
|
|
|
|
|